The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "devel::cover"

Devel::Cover - Code coverage metrics for Perl River stage three • 61 direct dependents • 117 total dependents

This module provides code coverage metrics for Perl. Code coverage metrics describe how thoroughly tests exercise code. By using Devel::Cover you can discover areas of code not exercised by your tests and determine which tests to create to increase c...

PJCJ/Devel-Cover-1.42 - 26 Apr 2024 15:39:37 UTC - Search in distribution

Devel::Cover::Report::Clover - Backend for Clover reporting of coverage statistics River stage one • 5 direct dependents • 7 total dependents

This module generates a Clover compatible coverage xml file which can be used in a variety of continuous integration software offerings. It is designed to be called from the "cover" program distributed with Devel::Cover....

DBARTLE/Devel-Cover-Report-Clover-1.01 - 31 Dec 2016 03:51:06 UTC - Search in distribution

Devel::Cover::Report::Codecov - Backend for Codecov reporting of coverage statistics River stage one • 3 direct dependents • 3 total dependents

Devel::Cover::Report::Codecov is coverage reporter for Codecov <https://codecov.io>. CI Companies Supported Many CI services supported. You must set CODECOV_TOKEN environment variables if you don't use Travis CI, Circle CI and AppVeyor. * Travis CI <...

PINE/Devel-Cover-Report-Codecov-0.25 - 23 May 2019 05:51:50 UTC - Search in distribution

Devel::Cover::Report::Kritika - Cover reporting to Kritika River stage zero No dependents

Devel::Cover::Report::Kritika reports coverage to Kritika <https://kritika.io>. In order to submit the report, you have to set KRITIKA_TOKEN environmental variable to the appropriate token, which can be obtained from Kritika web interface....

VTI/Devel-Cover-Report-Kritika-0.05 - 03 May 2017 10:43:38 UTC - Search in distribution

Devel::Cover::Report::Cobertura - Backend for Cobertura reporting of coverage statistics River stage zero No dependents

This module generates a cobertura compatible coverage xml file which can be used in Gitlab It is designed to be called from the "cover" program distributed with Devel::Cover Devel::Cover::Report::Clover. It is implemented as sub class of Devel::Cover...

JEFFCPAN/Devel-Cover-Report-Cobertura-1.0 - 31 Dec 2022 05:58:29 UTC - Search in distribution

Devel::Cover::Report::Coveralls - coveralls backend for Devel::Cover River stage one • 5 direct dependents • 6 total dependents

<https://coveralls.io/> is service to publish your coverage stats online with a lot of nice features. This module provides seamless integration with Devel::Cover in your perl projects....

MIKIHOSHI/Devel-Cover-Report-Coveralls-0.32 - 25 Apr 2023 09:31:26 UTC - Search in distribution

Devel::Cover::Report::OwnServer - Post test coverage summary to selected service River stage zero No dependents

Post test coverage summary to selected service...

PJFL/Devel-Cover-Report-OwnServer-0.4.1 - 24 Dec 2016 21:19:59 UTC - Search in distribution

Task::Devel::Cover::Recommended - Install Devel::Cover and its recommended dependencies. River stage one • 1 direct dependent • 1 total dependent

This task module lets you easily install Devel::Cover 1.29 and all its recommended dependencies....

VPIT/Task-Devel-Cover-Recommended-v1.290.0 - 04 Nov 2017 16:42:21 UTC - Search in distribution

Devel::Cover::Report::Codecovbash - Generate a JSON file to be uploaded with the codecov bash script. River stage zero No dependents

This is a coverage reporter for Codecov. It generates a JSON file that can be uploaded with the bash script provided by codecov. See <https://docs.codecov.io/docs/about-the-codecov-bash-uploader> for details. The generated file will be named codecov....

TINITA/Devel-Cover-Report-Codecovbash-0.04 - 20 Jul 2021 19:07:37 UTC - Search in distribution

Devel::Cover::Report::Phabricator - Produce Phabricator-compatible coverage reports River stage zero No dependents

By default, this module generates a "phabricator.json" file in Devel::Cover's output directory. This file can then be parsed and used to provide coverage information as part of a unit test report to a Phabricator <http://phabricator.org> server. Phab...

MCARTMELL/Devel-Cover-Report-Phabricator-0.01 - 07 Jan 2013 14:38:49 UTC - Search in distribution

Devel::Cover::Report::SonarGeneric - SonarQube generic backend for Devel::Cover River stage zero No dependents

This module generates an XML file suitable for import into SonarQube from an existing Devel::Cover database. It is designed to be called from the "cover" program distributed with Devel::Cover. The output file will be "cover_db/sonar_generic.xml". To ...

TOMK/Devel-Cover-Report-SonarGeneric-0.7 - 24 Jan 2020 12:03:42 UTC - Search in distribution

Devel::Cover::Report::Json_detailed - Generate a comprehensive JSON file articulating the full contents of a coverage run. River stage zero No dependents

KENTNL/Devel-Cover-Report-Json_detailed-0.001000 - 15 Nov 2014 23:12:17 UTC - Search in distribution

Devel::Cover::Report::BitBucketServer - BitBucket Server backend for Devel::Cover River stage zero No dependents

This module generates an JSON file suitable for import into Bitbucket Server from an existing Devel::Cover database. It is designed to be called from the "cover" program distributed with Devel::Cover. The output file will be "cover_db/bitbucket_serve...

TOMK/Devel-Cover-Report-BitBucketServer-0.3 - 24 Jan 2020 12:10:18 UTC - Search in distribution

Devel::QuickCover - Quick & dirty code coverage for Perl River stage zero No dependents

The following program sets up the coverage hook on "use" and dumps a report (to "/tmp" by default) at the end of execution. use Devel::QuickCover; my $x = 1; my $z = 1 + $x; The following program sets up the coverage hook on "start()" and dumps a rep...

GONZUS/Devel-QuickCover-0.900014 - 09 Aug 2019 08:10:20 UTC - Search in distribution

Devel::CoverReport - Advanced Perl code coverage report generator River stage zero No dependents

This module provides advanced reports based on Devel::Cover database....

NATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTC - Search in distribution

Devel::CoverX::Covered - Collect and report caller (test file) and covered (source file) statistics from the cover_db River stage one • 1 direct dependent • 1 total dependent

Dealing with large code bases and large test suites When a test suite grows as a team of developers implement new features, knowing exactly which test files provide test coverage for which parts of the application becomes less and less obvious. This ...

JOHANL/Devel-CoverX-Covered-0.016 - 11 Oct 2014 12:36:58 UTC - Search in distribution

ur River stage one • 1 direct dependent • 1 total dependent

: This command is like "prove" or "make test", running the test suite for the current namespace....

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

fp - a library for programming in a functional style River stage zero No dependents

This module is an experiment in functional programming in perl. It uses nothing but a combination of; subroutines, the @_ array and a few built in operators to implement a style of functional programming. None of the code above is all that interestin...

STEVAN/fp-0.03 - 28 Sep 2005 22:27:52 UTC - Search in distribution
196 results (0.101 seconds)